projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c326df
)
; Fix recent change in eval-last-sexp
author
Basil L. Contovounesios
<contovob@tcd.ie>
Tue, 9 Feb 2021 13:00:56 +0000
(13:00 +0000)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Tue, 9 Feb 2021 13:01:18 +0000
(13:01 +0000)
lisp/progmodes/elisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index 0325d4ea7560a93f3b98db5f1218696a07eb8e16..312153052d693631b13e21b6be937cdd3ca90bfc 100644
(file)
--- a/
lisp/progmodes/elisp-mode.el
+++ b/
lisp/progmodes/elisp-mode.el
@@
-1268,7
+1268,7
@@
If `eval-expression-debug-on-error' is non-nil, which is the default,
this command arranges for all errors to enter the debugger."
(interactive "P")
(if (null eval-expression-debug-on-error)
- (values--store-value
s
+ (values--store-value
(elisp--eval-last-sexp eval-last-sexp-arg-internal))
(let ((value
(let ((debug-on-error elisp--eval-last-sexp-fake-value))